home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_12.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  97KB  |  816x1056  |  16-bit (511 colors)
Labels: book | bulletin board | crt screen | lodestone | monitor | poster | reckoner | road | sky | waterfall
OCR: WinOrigin windowID, left, top This command sets the content coordinates of an existing window This allows for easy scrolling of the windows contents This is normally set at windowID This should be Form name or a variable, used in the WINDOW command that contains value that is used to reference the window left This is numeric expression designating the left xscreen coordinate for the top left corner of the window's content area This numeric expression designating thetop V screen coordinate for the top left corner of the window's content area Examples: Dim WinNum Window WinNum, 100 100 400 300, "Sample Window, None WinOri igin WinNum, 10 -1C Form Forml WinOr: igin Forml 10, 10 WinClip windowID left top width, heiqht This command sets the clip area of an existing window windowID This should b ...